-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Adding source to burnTransaction type #888
Fix: Adding source to burnTransaction type #888
Conversation
Migrations was tested on Devnet live data using try-runtime
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!!
Added some suggestions
Should also join ADR file to describe changes
Tested on all networks and worked 🎉
substrate-node/pallets/pallet-tft-bridge/src/migrations/types.rs
Outdated
Show resolved
Hide resolved
substrate-node/pallets/pallet-tft-bridge/src/migrations/types.rs
Outdated
Show resolved
Hide resolved
substrate-node/pallets/pallet-tft-bridge/src/migrations/types.rs
Outdated
Show resolved
Hide resolved
@renauter ADR file added and all comments was resolved |
Great! All good, you can "Squash and merge" ;) |
Description:
This PR fixes a bug in the tfchain bridge that cause a transfer to lost when below conditions met:
Changes:
source
account ID toBurnTransaction
type and toBurnTransactionExpired
BurnTransactionExpired
event handler in the bridge daemon to enable refund to take place in a case that wasn't covered before.Why are these changes needed?
Related Issues:
Checklist: